'Declaration <DescriptionAttribute("A value indicating whether the command must use multithreading.")> <DefaultValueAttribute(False)> Public Property IsMultithreadingEnabled As Boolean
[Description("A value indicating whether the command must use multithreading.")] [DefaultValue(False)] public bool IsMultithreadingEnabled { get; set; }
[Description("A value indicating whether the command must use multithreading.")] [DefaultValue(False)] public: __property bool get_IsMultithreadingEnabled(); public: __property void set_IsMultithreadingEnabled(
bool value
);
[Description("A value indicating whether the command must use multithreading.")] [DefaultValue(False)] public:
property bool IsMultithreadingEnabled { bool get(); void set(bool value); }
Property Value
True, если эта команда обработки должна использовать многопоточность; в противном случае, false. Значение по умолчанию - false.